[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ERASELINE
Function
Set the erase line flag in an INPUTSTR or PROMPTSTR statement.
Value
32 = 100000b = 40o = 20h
Remarks
The INPUTSTR and PROMPTSTR statements have the ability to erase the
current line after the user presses ENTER. This is the technique
used by the MORE and WAIT statements to clean up after themselves.
Example
STRING s
INPUTSTR "Press ENTER to continue",s,@X0E,0,"",ERASELINE
See Also:
INPUTSTR
PROMPTSTR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson